export declare function ErrorMessage({ children, id, }: {
    id?: string;
    children?: string;
}): JSX.Element;
