import React from 'react'; import { type BaseRecipeVariants } from './Caption.css'; import { type ElementProps } from '../../../../../../types/element/elementProps'; export type InputCaptionProps = ElementProps<'span', React.PropsWithChildren>; export declare const InputCaption: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref">, "children">, "children" | "size"> & { size?: "small" | "medium" | undefined; } & { children?: React.ReactNode; } & React.RefAttributes>; //# sourceMappingURL=Caption.d.ts.map