import type { InputComponent, InputTypes } from "./types"; export declare const getInputComponent: (type: InputTypes) => InputComponent; export declare const getDescribedById: (id: string) => string; export declare const getErrorMessageId: (id: string) => string; export declare const getLabelledById: (id: string) => string;