import { ConsusTheme } from "../../styles/theme.interface"; export declare const optionsStyles: (theme: ConsusTheme) => { border: string; borderRadius: number; cursor: string; width: string; backgroundColor: string; color: string; borderColor: string; paddingTop: number; paddingBottom: number; marginTop: number; zIndex: number; maxHeight: number; overflow: string; }; export declare const optionStyles: (theme: ConsusTheme) => { width: string; padding: string; textAlign: string; fontSize: number; '&:hover, &:focus': { backgroundColor: string; transitionDuration: string; }; '&:first-of-type': { borderTopLeftRadius: number; borderTopRightRadius: number; }; '&:last-of-type': { borderBottomLeftRadius: number; borderBottomRightRadius: number; }; };