import { PropsWithChildren } from 'react'; /** Shows the ExclamationCircleFillMini icon with children */ export declare const Attention: ({ children }: PropsWithChildren) => import("react").JSX.Element;