export type IconProps = {
    className?: string;
    title?: string;
};
export declare const Icon: {
    Warning: ({ className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
    Err: ({ className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
};
