import { MergedSelectProps } from './select';
import { ConfigProviderProps } from '../config-provider';
declare type SelectStylesProps = MergedSelectProps & ConfigProviderProps;
export declare const selectLayerStyles: (props: SelectStylesProps) => import("@emotion/utils").SerializedStyles;
export declare const selectStyles: (props: SelectStylesProps) => import("@emotion/utils").SerializedStyles;
export {};
