import { MyOptionType, StylesConfig } from './Select.types'; /** * Types Field Enum */ export declare const StyleEnum: Readonly<{ COLOR_EXIST_ERROR: string; COLOR_EXIST_ERROR_FOCUS: string; COLOR_SHOW_ERROR: string; COLOR_SHOW_ERROR_FOCUS: string; COLOR_VALID: string; COLOR_VALID_FOCUS: string; FONT_COLOR: string; WIDTH: string; }>; /** * custom style * @param {*} param0 */ export declare const styleCustom: ({ width, height, minWidthMenu }: MyOptionType) => StylesConfig;