/// import { GroupLabelProps } from "./types"; declare function GroupLabel({ label }: GroupLabelProps): JSX.Element; export default GroupLabel; //# sourceMappingURL=index.d.ts.map