import { type GroupProps } from 'react-select';
export declare const SelectOptionGroup: ({ children, cx, getClassNames, getStyles, Heading, headingProps, label, selectProps, theme, }: GroupProps) => import("react/jsx-runtime").JSX.Element;
