///
import { HTMLElementProps } from '@leafygreen-ui/lib';
type ProductIconProps = HTMLElementProps<'svg'> & {
active?: boolean;
size?: number;
};
export declare function CloudManagerIcon({ size, active, className, ...rest }: ProductIconProps): JSX.Element;
export declare function AtlasIcon({ size, active, className, ...rest }: ProductIconProps): JSX.Element;
export declare function RealmIcon({ active, ...rest }: ProductIconProps): JSX.Element;
export declare function ChartsIcon({ active, ...rest }: ProductIconProps): JSX.Element;
export declare function CloudIcon(props: HTMLElementProps<'svg'>): JSX.Element;
export declare function SupportIcon(props: HTMLElementProps<'svg'>): JSX.Element;
export declare function UniversityIcon(props: HTMLElementProps<'svg'>): JSX.Element;
export declare function MegaphoneIcon(props: HTMLElementProps<'svg'>): JSX.Element;
export declare function DevHubIcon(props: HTMLElementProps<'svg'>): JSX.Element;
export declare function ForumsIcon(props: HTMLElementProps<'svg'>): JSX.Element;
export declare function DocsIcon(props: HTMLElementProps<'svg'>): JSX.Element;
export {};
//# sourceMappingURL=Icons.d.ts.map