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