/// <reference types="react" />
import './Attach_size_s.css';
export interface IAttachSizeSProps {
    size?: 's';
}
/**
 * Модификатор, отвечающий за размер кнопки выбора файла.
 * @param {IAttachSizeSProps} props
 */
export declare const withSizeS: {
    <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: import("react").ComponentType<IAttachSizeSProps & K>): (props: IAttachSizeSProps & K) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
    __isSimple: boolean;
    __blockName: string;
    __mod: string;
    __value: string | number | boolean | undefined;
    __passToProps: boolean;
};
