/// 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 WarningAlert: React.FunctionComponent; export {};