import { SerializableAgency } from '../../../serializers/agency'; import { SectionProps } from '../../../sections'; import { GlobalConfig, MixedSection } from '../../../state'; export type PageSectionProps = SectionProps & { isSelected?: boolean; globalConfig: GlobalConfig; agency: SerializableAgency; }; //# sourceMappingURL=page-section-props.d.ts.map