/// <reference types="react" />
export declare function checkmarkSolid(color: string, size: string): JSX.Element;
export declare function errorSolid(color: string, size: string): JSX.Element;
export declare function helpOutline(color: string, size: string): JSX.Element;
export declare function informationOutline(color: string, size: string): JSX.Element;
export declare function informationSolid(color: string, size: string): JSX.Element;
export declare function warningSolid(size: string): JSX.Element;
