export declare const getErrorId: (name: string) => string; export declare const getAriaDescribedBy: (name: string, hasError?: boolean | undefined) => string | undefined;