import React from 'react'; export declare const useBuildingHeaders: () => ({ title: string; subsections: ({ title: string; fields: ({ label: string; property: string; } | { label: React.JSX.Element; property: string; })[]; specialLayout?: undefined; columns?: undefined; rows?: undefined; } | { title: string; specialLayout: string; columns: ({ header: string; propertyPrefix: string; } | { header: React.JSX.Element; propertyPrefix: string; })[]; rows: { label: string; baseProperty: string; }[]; fields: { label: string; property: string; }[]; })[]; } | { title: string; subsections: ({ title: string; specialLayout: string; columns: { header: string; propertyPrefix: string; }[]; rows: { label: string; baseProperty: string; }[]; fields: { label: string; property: string; }[]; } | { title: string; fields: ({ label: React.JSX.Element; property: string; } | { label: string; property: string; })[]; specialLayout?: undefined; columns?: undefined; rows?: undefined; } | { fields: { label: string; property: string; }[]; title?: undefined; specialLayout?: undefined; columns?: undefined; rows?: undefined; })[]; })[]; export declare const useSiteHeaders: () => { title: string; subsections: { title: string; fields: ({ label: string; property: string; } | { label: React.JSX.Element; property: string; })[]; }[]; }[]; export declare const useInfrastructureHeaders: () => { title: string; subsections: { title: string; fields: ({ label: string; property: string; } | { label: React.JSX.Element; property: string; })[]; }[]; }[]; //# sourceMappingURL=Headers.d.ts.map