///
import { CSS } from "../config/stitches.config";
declare type Props = React.HTMLAttributes & {
width?: number | string;
height?: number | string;
fill?: string;
css?: CSS;
cssPath?: CSS;
};
export declare const ErrorAlert: React.FunctionComponent;
export {};