export default styles; declare namespace styles { const component: string; const name: string; namespace schema { const component_1: string; export { component_1 as component }; export const fields: { name: string; component: string; label: string; docLevel: string; }[]; } }