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