import type { FC } from 'react'; export interface SuperGroupProps { label?: string; } export declare const SuperGroup: FC; export default SuperGroup;