import React from 'react'; import type { AnyZodObject } from 'zod'; import type { StillProps } from './Composition.js'; export declare const Still: >(props: StillProps) => React.DetailedReactHTMLElement, HTMLInputElement>;