import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { SelectProps } from './Select.type'; export declare const initialStyle: SerializedStyles; export declare const active: (theme: RktaTheme, props: SelectProps) => SerializedStyles; export declare const main: SerializedStyles; //# sourceMappingURL=Select.styles.d.ts.map