import type { Assign, SelectRootProps } from '@ark-ui/react'; import { Select } from '@ark-ui/react/select'; import { type RefAttributes } from 'react'; import { type SelectVariantProps } from 'styled-system/recipes'; import type { HTMLStyledProps } from 'styled-system/types'; type StyleProps = SelectVariantProps & HTMLStyledProps<'div'>; export type RootProps = Assign, StyleProps> & RefAttributes; export declare const Root: Select.RootComponent; export declare const ClearTrigger: import("styled-system/jsx").StyleContextConsumer>>; export declare const Content: import("styled-system/jsx").StyleContextConsumer>>; export declare const Control: import("styled-system/jsx").StyleContextConsumer>>; export declare const IndicatorGroup: import("styled-system/jsx").StyleContextConsumer & import("react").HTMLAttributes & import("@ark-ui/react").PolymorphicProps>>; export declare const Item: import("styled-system/jsx").StyleContextConsumer>>; export declare const ItemGroup: import("styled-system/jsx").StyleContextConsumer>>; export declare const ItemGroupLabel: import("styled-system/jsx").StyleContextConsumer>>; export declare const ItemText: import("styled-system/jsx").StyleContextConsumer>>; export declare const Label: import("styled-system/jsx").StyleContextConsumer>>; export declare const List: import("styled-system/jsx").StyleContextConsumer>>; export declare const Positioner: import("styled-system/jsx").StyleContextConsumer>>; export declare const Trigger: import("styled-system/jsx").StyleContextConsumer>>; export declare const ValueText: import("styled-system/jsx").StyleContextConsumer>>; export declare const Indicator: import("styled-system/jsx").StyleContextConsumer>>; export declare const HiddenSelect: import("react").ForwardRefExoticComponent>; export { SelectContext as Context, SelectItemContext as ItemContext, type SelectValueChangeDetails as ValueChangeDetails, } from '@ark-ui/react/select'; export declare const ItemIndicator: import("react").ForwardRefExoticComponent, "ref"> & RefAttributes>; //# sourceMappingURL=Select.d.ts.map