import { ReactNode } from 'react'; import { LidoComponentProps } from '../utils'; export type { Theme } from '../theme/index.js'; export declare type SwitcherProps = LidoComponentProps<'div', { children?: ReactNode; }>; export declare type SwitcherItemProps = LidoComponentProps<'button', { active?: boolean; children?: ReactNode; }>; //# sourceMappingURL=types.d.ts.map