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