import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/icons.d.ts type IconProps = React.HTMLAttributes; declare const Icons: { apple: (props: IconProps) => react_jsx_runtime0.JSX.Element; aria: (props: IconProps) => react_jsx_runtime0.JSX.Element; bash: (props: IconProps) => react_jsx_runtime0.JSX.Element; css: (props: IconProps) => react_jsx_runtime0.JSX.Element; gitHub: (props: IconProps) => react_jsx_runtime0.JSX.Element; google: (props: IconProps) => react_jsx_runtime0.JSX.Element; json: (props: IconProps) => react_jsx_runtime0.JSX.Element; logo: (props: IconProps) => react_jsx_runtime0.JSX.Element; npm: (props: IconProps) => react_jsx_runtime0.JSX.Element; paypal: (props: IconProps) => react_jsx_runtime0.JSX.Element; pnpm: (props: IconProps) => react_jsx_runtime0.JSX.Element; radix: (props: IconProps) => react_jsx_runtime0.JSX.Element; react: (props: IconProps) => react_jsx_runtime0.JSX.Element; spinner: ({ className, ...props }: IconProps) => react_jsx_runtime0.JSX.Element; tailwind: (props: IconProps) => react_jsx_runtime0.JSX.Element; toml: (props: IconProps) => react_jsx_runtime0.JSX.Element; ts: (props: IconProps) => react_jsx_runtime0.JSX.Element; twitter: (props: IconProps) => react_jsx_runtime0.JSX.Element; v0: (props: IconProps) => react_jsx_runtime0.JSX.Element; yarn: (props: IconProps) => react_jsx_runtime0.JSX.Element; }; declare function getIconForLanguageExtension(language: string): react_jsx_runtime0.JSX.Element; //#endregion export { Icons, getIconForLanguageExtension };