export declare const numberInput: { style: { backgroundColor: string; }; classes: { inputRootContainer: string; }; }; export declare const endAdornmentSelector: { labelProps: { className: string; }; iconProps: { className: string; style: { width: number; height: number; marginLeft: number; }; }; style: { background: string; color: string; fontSize: number; fontWeight: number; width: string; padding: number; }; optionWidth: number; }; export declare const selector: { labelProps: { className: string; }; };