import type { FC } from 'react'; import { Select as ArkUiSelect } from '@ark-ui/react/select'; type SelectGroupLabelProps = ArkUiSelect.ItemGroupLabelProps; export declare const SelectGroupLabel: FC; export {};