/// interface IProps { message: string; style?: object; } export default function ErrorLabel(props: IProps): JSX.Element; export {};