
import { h } from 'preact';
import type { PitProps } from './Rheostat';
declare const Pit: ({ style, children }: PitProps) => h.JSX.Element;
export default Pit;
