/// export type LimitMaxFilePlaceholderProps = { /** * Максимальное количество файлов */ maxFileCount: number; className?: string; }; export declare const LimitMaxFilePlaceholder: ({ maxFileCount, className, }: LimitMaxFilePlaceholderProps) => JSX.Element;