///
import { type SvgIconProps } from '@mui/material/SvgIcon';
import type { FieldFeedbackType } from './type';
type FieldFeedbackExclamationSeverity = Extract;
export declare const FieldFeedbackExclamationIcon: ({ severity, ...props }: import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit, "ref"> & {
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject | null | undefined;
}, "color" | "fontSize" | "shapeRendering" | "classes" | "className" | "style" | "children" | "sx" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & {
component?: import("react").ElementType | undefined;
} & {
severity?: FieldFeedbackExclamationSeverity | undefined;
}) => import("react").JSX.Element;
export declare const FieldFeedbackSuccessIcon: (props: SvgIconProps) => import("react").JSX.Element;
export declare const FieldFeedbackInfoIcon: (props: SvgIconProps) => import("react").JSX.Element;
export {};