import type { RefAttributes, SVGProps } from 'react'; type SVGAttributes = Partial>; type ElementAttributes = RefAttributes & SVGAttributes; interface LucideProps extends ElementAttributes { size?: string | number; absoluteStrokeWidth?: boolean; } export declare function Google(): import("react/jsx-runtime").JSX.Element; export declare function Twitter(): import("react/jsx-runtime").JSX.Element; export declare function Github(): import("react/jsx-runtime").JSX.Element; export declare function Discord(): import("react/jsx-runtime").JSX.Element; export declare function Facebook(): import("react/jsx-runtime").JSX.Element; export declare function Apple(): import("react/jsx-runtime").JSX.Element; export declare function Gitlab(): import("react/jsx-runtime").JSX.Element; export declare function Bitbucket(): import("react/jsx-runtime").JSX.Element; export declare function Azure(): import("react/jsx-runtime").JSX.Element; export declare function Twitch(): import("react/jsx-runtime").JSX.Element; export declare function Dots(props: LucideProps): import("react/jsx-runtime").JSX.Element; export declare function CodeIcon(props: LucideProps): import("react/jsx-runtime").JSX.Element; export declare function Cat(props: LucideProps): import("react/jsx-runtime").JSX.Element; export declare function BoldIcon(props: LucideProps): import("react/jsx-runtime").JSX.Element; export declare function ItalicIcon(props: LucideProps): import("react/jsx-runtime").JSX.Element; export declare function ImageIcon(props: LucideProps): import("react/jsx-runtime").JSX.Element; export declare function Plus(props: LucideProps): import("react/jsx-runtime").JSX.Element; export declare function AlertTriangle(props: LucideProps): import("react/jsx-runtime").JSX.Element; export {};