import type { SVGProps } from "react"; export interface Hierarchy01IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Hierarchy01Icon({ className, size, color, ...props }: Hierarchy01IconProps): import("react").JSX.Element; //# sourceMappingURL=hierarchy-01-icon.d.ts.map