import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity/Theme'; import { FlexBoxProps } from '../../Layout'; type ErrorMessageProps = FlexBoxProps; export declare const errorMessageStyle: (theme: Theme, props: ErrorMessageProps) => CSSObject; export declare const filterErrorMessageProps: (props: ErrorMessageProps) => Object; export declare const ErrorMessage: ({ children, ...props }: ErrorMessageProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ErrorMessage.d.ts.map