interface SelectionControlLabelProps extends React.ComponentProps<'div'> { description?: React.ReactNode; titleAfter?: React.ReactNode; } export declare function SelectionControlLabel({ children, titleAfter, description, ...restProps }: SelectionControlLabelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SelectionControlLabel.d.ts.map