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