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