import { FC, PropsWithChildren } from 'react'; import { IconButtonContextState } from './context.js'; import '../../types.js'; type IconButtonProviderProps = IconButtonContextState; declare const IconButtonProvider: FC>; export { IconButtonProvider, type IconButtonProviderProps };