export default function WarningIcon({ width, height, color }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; }): import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Warning.d.ts.map