import { type Props } from './useButtonWrapper'; import type { FC } from 'react'; export declare const ButtonWrapper: FC;