import { type PropsWithChildren } from 'react'; export type FileUploaderLabelProps = { className?: string; } & PropsWithChildren; export declare const FileUploaderLabel: ({ children, className, }: FileUploaderLabelProps) => JSX.Element;