import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; import { UserFeedbackProps } from './@types/UserFeedbackProps.js'; /** * [Storybook](https://guardian.github.io/storybooks/?path=/story/source_react-components-inlineerror--inline-error-default-theme) • * [Design System](https://theguardian.design/2a1e5182b/p/108ed3-user-feedback/b/3803b4) • * [GitHub](https://github.com/guardian/csnx/tree/main/libs/@guardian/source/src/react-components/user-feedback/InlineError.tsx) • * [NPM](https://www.npmjs.com/package/@guardian/source-feedback) * * Used to inform the user when a validation has failed or user error has occurred. These messages indicate what went wrong and how to fix it. * * The following themes are supported: `default`, `brand` */ declare const InlineError: ({ children, size, cssOverrides, theme, ...props }: UserFeedbackProps) => _emotion_react_jsx_runtime.JSX.Element; export { InlineError };