import React from 'react'; /** * Official Elestio logo with unique IDs to prevent gradient/clip-path collisions * when the same SVG is rendered multiple times on the page. */ /** @deprecated Use icons from icons-v2-generated instead. */ export declare const ElestioLogo: ({ className, ...props }: { className?: string; } & React.SVGProps) => React.JSX.Element; //# sourceMappingURL=elestio-logo.d.ts.map