type Props = { withText?: boolean; }; export declare const TippingSwitch: ({ withText }: Props) => import("react/jsx-runtime").JSX.Element; export {};