import React from 'react'; import type { AnyZodObject } from 'zod'; import type { StillProps } from './Composition.js'; /** * @description A `` is a `` that is only 1 frame long. * @see [Documentation](https://www.remotion.dev/docs/still) */ export declare const Still: >(props: StillProps) => React.DetailedReactHTMLElement, HTMLInputElement>;