export declare const comboboxParts: import("../../utils/anatomy").AnatomyInstance<"list" | "icon" | "item" | "highlight" | "itemDescription" | "emptyItem">; export declare const parts: import("../../utils/anatomy").AnatomyInstance<"list" | "icon" | "item" | "selected" | "field" | "highlight" | "itemDescription" | "emptyItem">; export declare const SingleSelect: { baseStyle?: ((props: import("@chakra-ui/styled-system").StyleFunctionProps) => { item: { [x: string]: string | { color: string; opacity: number; cursor: string; } | { [x: string]: string; _active?: undefined; boxShadow?: undefined; } | { _hover: { [x: string]: string; }; _active: { [x: string]: string; }; color: string; opacity: number; cursor: string; boxShadow?: undefined; } | { [x: string]: string | { [x: string]: string; }; _active: { [x: string]: string; }; boxShadow?: undefined; } | { boxShadow: string; _active: { [x: string]: string; }; }; bg: string; textStyle: string; fontWeight: string; color: string; _hover: { [x: string]: string; }; _disabled: { color: string; opacity: number; cursor: string; }; '&[aria-disabled=true], &[data-disabled]': { _hover: { [x: string]: string; }; _active: { [x: string]: string; }; color: string; opacity: number; cursor: string; }; _focus: { [x: string]: string | { [x: string]: string; }; _active: { [x: string]: string; }; }; _focusVisible: { boxShadow: string; _active: { [x: string]: string; }; }; _active: { [x: string]: string; }; } & { _selected: { [x: string]: string | { [x: string]: string; }; _active: { [x: string]: string; }; } | undefined; }; highlight: { bg: string; }; selected: { zIndex: number; gridArea: string; alignItems: string; pointerEvents: string; _disabled: { color: string; }; }; itemDescription: { textStyle: string; color: string; }; emptyItem: { fontStyle: string; cursor: string; _hover: { bg: string; }; _active: { bg: string; }; bg: string; textStyle: string; fontWeight: string; color: string; _disabled: { color: string; opacity: number; cursor: string; }; '&[aria-disabled=true], &[data-disabled]': { _hover: { [x: string]: string; }; _active: { [x: string]: string; }; color: string; opacity: number; cursor: string; }; _focus: { [x: string]: string | { [x: string]: string; }; _active: { [x: string]: string; }; }; _focusVisible: { boxShadow: string; _active: { [x: string]: string; }; }; _selected: { [x: string]: string | { [x: string]: string; }; _active: { [x: string]: string; }; } | undefined; }; list: { [x: string]: string | number; mt: string; border: string; borderRadius: number; minWidth: string; boxShadow: string; } & { my: string; w: string; overflowY: string; maxH: string; bg: string; }; icon: { transitionProperty: string; transitionDuration: string; color: string; _disabled: { cursor: string; color: string; }; }; }) | undefined; sizes?: { xs: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { item: { textStyle: string; padding: string; } | undefined; emptyItem: { textStyle: string; padding: string; } | undefined; field: { textStyle: string; fontSize: any; px: string; h: string; height: string; } | undefined; icon: { fontSize: string; }; selected: { pl: string; pr: string; textStyle: string; }; }; sm: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { item: { textStyle: string; padding: string; } | undefined; emptyItem: { textStyle: string; padding: string; } | undefined; field: { textStyle: string; fontSize: any; px: string; h: string; height: string; } | undefined; icon: { fontSize: string; }; selected: { pl: string; pr: string; textStyle: string; }; }; md: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { icon: { fontSize: string; }; item: { textStyle: string; padding: string; } | undefined; emptyItem: { textStyle: string; padding: string; } | undefined; field: { px: string; h: string; height: string; textStyle: string; fontSize: any; } | undefined; selected: { pl: string; pr: string; textStyle: string; }; }; } | undefined; variants?: { outline: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { list: { py: number; }; item: { cursor: string; }; field: { borderRadius: string; bg: string; border: string; borderColor: string; _placeholder: { color: string; }; _hover: { borderColor: string; }; _invalid: { borderColor: any; boxShadow: string; }; _focusVisible: { zIndex: number; borderColor: any; boxShadow: string; }; _disabled: { bg: string; borderColor: string; color: string; cursor: string; opacity: number; _hover: { bg: string; }; _active: { bg: string; }; }; } & { borderRightRadius: number | undefined; gridArea: string; }; }; } | undefined; defaultProps?: { size?: "sm" | "md" | "xs" | undefined; variant?: "outline" | undefined; colorScheme?: string | undefined; } | undefined; parts: ("list" | "icon" | "item" | "selected" | "field" | "highlight" | "itemDescription" | "emptyItem")[]; };