/** @jsx jsx */ /// export interface IFormErrorProps { status?: { msg: string; }; } export declare function FormError(props: IFormErrorProps): JSX.Element;