import { Option } from '../components/SelectField'; import { TabOption } from '../components/Tabs'; import { ProjectType } from './types'; export declare const getProjectTypeOptions: () => Option[]; export declare const getProjectTypeOptionLabelIcon: () => TabOption[]; export declare const getProjectTypeTabOptions: () => TabOption[];