import { StillProps } from './Composition';
export declare const Still: <T>(props: StillProps<T>) => JSX.Element;
