/// import { ParagraphProps } from 'theme-ui'; export interface ErrorMessageProps extends ParagraphProps { padding?: number | string; } declare const ErrorMessage: React.FC; export default ErrorMessage;