import { Button } from '../Button'; import type { ComponentProps, FC } from 'react'; type Props = Omit, 'variant' | 'size' | 'prefix' | 'suffix' | 'disabledReason' | 'wide' | 'loading'>; export declare const WakuWakuButton: FC; export {};