import { LucideProps, type Icon as LucideIcon } from "lucide-react"; import React from "react"; export type Icon = LucideIcon; export declare const Icons: { logo: (props: LucideProps) => React.JSX.Element; close: import("lucide-react").LucideIcon; spinner: import("lucide-react").LucideIcon; chevronLeft: import("lucide-react").LucideIcon; chevronRight: import("lucide-react").LucideIcon; trash: import("lucide-react").LucideIcon; post: import("lucide-react").LucideIcon; page: import("lucide-react").LucideIcon; media: import("lucide-react").LucideIcon; settings: import("lucide-react").LucideIcon; billing: import("lucide-react").LucideIcon; ellipsis: import("lucide-react").LucideIcon; add: import("lucide-react").LucideIcon; warning: import("lucide-react").LucideIcon; user: import("lucide-react").LucideIcon; arrowRight: import("lucide-react").LucideIcon; help: import("lucide-react").LucideIcon; pizza: import("lucide-react").LucideIcon; twitter: import("lucide-react").LucideIcon; check: import("lucide-react").LucideIcon; copy: import("lucide-react").LucideIcon; copyDone: import("lucide-react").LucideIcon; sun: import("lucide-react").LucideIcon; moon: import("lucide-react").LucideIcon; laptop: import("lucide-react").LucideIcon; gitHub: (props: LucideProps) => React.JSX.Element; radix: (props: LucideProps) => React.JSX.Element; aria: (props: LucideProps) => React.JSX.Element; npm: (props: LucideProps) => React.JSX.Element; yarn: (props: LucideProps) => React.JSX.Element; pnpm: (props: LucideProps) => React.JSX.Element; react: (props: LucideProps) => React.JSX.Element; tailwind: (props: LucideProps) => React.JSX.Element; google: (props: LucideProps) => React.JSX.Element; apple: (props: LucideProps) => React.JSX.Element; paypal: (props: LucideProps) => React.JSX.Element; }; //# sourceMappingURL=icons.d.ts.map