import { RootProps } from './types'; import { default as React } from 'react'; export declare const Root: (props: RootProps) => React.JSX.Element; export { AvgIncomeCard } from './AvgIncomeCard'; export { PopulationByAgeChart } from './PopulationByAgeChart'; export { TotalPopulationCard } from './TotalPopulationCard'; export { OwnersRentersCard } from './OwnersRentersCard'; export { HouseholdCompositionCard } from './HouseholdCompositionCard'; export { FamiliesWithChildrenCard } from './FamiliesWithChildrenCard'; export { TypeOfHousingChart } from './TypeOfHousingChart'; export { CommuteModeCard } from './CommuteModeCard'; export { EducationLevelChart } from './EducationLevelChart'; export { EmploymentStatusCard } from './EmploymentStatusCard'; export { IncomeBracketsChart } from './IncomeBracketsChart'; export { MotherTongueChart } from './MotherTongueChart'; export { SpokenLanguageCard } from './SpokenLanguageCard'; //# sourceMappingURL=index.d.ts.map