import type { Meta } from "@storybook/react"; import type { AuthOption } from "../wallets/types.js"; declare const meta: Meta; export default meta; export declare function LightTheme(): import("react/jsx-runtime").JSX.Element; export declare function DarkTheme(): import("react/jsx-runtime").JSX.Element; declare function Variant(props: { authOptions: AuthOption[]; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=in-app-wallet-icon.stories.d.ts.map