import { IconCollection, IconElement } from '../Icon'; export declare class IconError implements IconCollection { setup(element: IconElement): void; draw(element: IconElement): import("react").JSX.Element; } export declare class IconBlank implements IconCollection { setup(element: IconElement): void; draw(element: IconElement): import("react").JSX.Element; }