export declare const ITEM_Y_PADDING = 12; export declare const ITEM_X_PADDING = 14; export declare const ITEM_GAP = 8; export declare const ITEM_CHECK_ICON_SIZE = 24; export declare const TriggerWrapper: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; export declare const List: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../../helpers").IPaddingStyleProps & { alignItems?: import("csstype").Property.AlignItems | undefined; backgroundColor?: keyof import("../..").IColors | undefined; basis?: import("csstype").Property.FlexBasis | undefined; borderColor?: keyof import("../..").IColors | undefined; borderRadius?: import("csstype").Property.BorderRadius | undefined; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderWidth?: import("csstype").Property.BorderWidth | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; color?: keyof import("../..").IColors | undefined; column?: boolean | undefined; direction?: import("csstype").Property.FlexDirection | undefined; fill?: keyof import("../..").IColors | undefined; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; gap?: import("csstype").Property.Gap | undefined; grow?: import("csstype").Property.FlexGrow | undefined; shrink?: import("csstype").Property.FlexShrink | undefined; height?: import("csstype").Property.Height | undefined; maxHeight?: import("csstype").Property.MaxHeight | undefined; minHeight?: import("csstype").Property.MinHeight | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; spacing?: number | undefined; width?: import("csstype").Property.Width | undefined; maxWidth?: import("csstype").Property.MaxWidth | undefined; minWidth?: import("csstype").Property.MinWidth | undefined; }, never>; export declare const CheckIcon: import("styled-components").StyledComponent; export declare const SectionItemHeading: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; type ListItemProps = { $isFocused: boolean; $isSelected: boolean; $isDisabled: boolean; }; export declare const ListItem: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../../helpers").IPaddingStyleProps & { alignItems?: import("csstype").Property.AlignItems | undefined; backgroundColor?: keyof import("../..").IColors | undefined; basis?: import("csstype").Property.FlexBasis | undefined; borderColor?: keyof import("../..").IColors | undefined; borderRadius?: import("csstype").Property.BorderRadius | undefined; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderWidth?: import("csstype").Property.BorderWidth | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; color?: keyof import("../..").IColors | undefined; column?: boolean | undefined; direction?: import("csstype").Property.FlexDirection | undefined; fill?: keyof import("../..").IColors | undefined; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; gap?: import("csstype").Property.Gap | undefined; grow?: import("csstype").Property.FlexGrow | undefined; shrink?: import("csstype").Property.FlexShrink | undefined; height?: import("csstype").Property.Height | undefined; maxHeight?: import("csstype").Property.MaxHeight | undefined; minHeight?: import("csstype").Property.MinHeight | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; spacing?: number | undefined; width?: import("csstype").Property.Width | undefined; maxWidth?: import("csstype").Property.MaxWidth | undefined; minWidth?: import("csstype").Property.MinWidth | undefined; } & ListItemProps, never>; export {};