import { FC, PropsWithChildren } from 'react'; import { BaseButtonContextState } from './context.js'; type BaseButtonProviderProps = BaseButtonContextState; declare const BaseButtonProvider: FC>; export { BaseButtonProvider, type BaseButtonProviderProps };