import type { PropsWithChildren } from "react"; import React from "react"; import type { TextProps } from "../Text"; export declare function InputFileDescription({ size, variation, children, ...textProps }: PropsWithChildren): React.JSX.Element | null;