import { IconProps } from "../icon";
export declare function CheckIcon(props: IconProps): import("react/jsx-runtime").JSX.Element;
export declare function InfoIcon(props: IconProps): import("react/jsx-runtime").JSX.Element;
export declare function WarningIcon(props: IconProps): import("react/jsx-runtime").JSX.Element;
