///
import './DateTimeField_size_m.css';
export interface DateTimeFieldSizeMProps {
/**
* Размер поля.
*/
size?: 'm';
}
/**
* Модификатор, отвечающий за размер поля.
* @param {DateTimeFieldSizeMProps} props
*/
export declare const withSizeM: {
(WrappedComponent: import("react").ComponentType): (props: DateTimeFieldSizeMProps & K) => import("react").ReactElement import("react").ReactElement | null) | (new (props: any) => import("react").Component)>;
__isSimple: boolean;
__blockName: string;
__mod: string;
__value: string | number | boolean | undefined;
__passToProps: boolean;
};