import { FunctionComponent } from 'react';

interface DemographicSelectionSectionProps {
    demographicOptionLabel: string;
    demographicSelectionLabels: string[];
}
declare const DemographicSelectionSection: FunctionComponent<DemographicSelectionSectionProps>;

export { DemographicSelectionSection as default };
export type { DemographicSelectionSectionProps };
