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