import { SVGProps } from 'react'; /** * Quota warning icon - circle with exclamation mark, used for quota warning banner * From Figma design; fill #FFCB05 */ export declare const WarningIcon: (props: SVGProps) => import("react/jsx-runtime").JSX.Element;