export type SocialNetwork = 'git' | 'google' | 'microsoft' | 'linkedin'; export declare const authIcons: Record; export declare const icons: { setting: string; checkbox: string; checkboxSelected: string; entity: string; logout: string; drag: string; table: string; card: string; agent: string; llm: string; error: string; input: string; output: string; plan: string; instruction: string; tool: string; }; export declare function capitalizeFirstLetter(string: string): string; export declare const parsePath: (pathStr: string) => { pathParts: string[]; renderPath: string; }; export declare const isFormView: (renderPath: string) => boolean; export declare const getOrderedAttributes: (schema: Map, attributesOrder: string[]) => { requiredAttributes: string[]; optionalAttributes: string[]; }; //# sourceMappingURL=helper.d.ts.map