export declare const renderLabel: (label: string, aid?: string, required?: boolean) => any; export declare const renderError: (errors: string[]) => any[]; export declare const generateTooltipErrorId: () => string; export declare const renderTooltipError: (errors: string[], targetSelector: string) => any;