import { ButtonProps } from './Button'; import { PushNotificationConfig } from '../../hooks/usePushNotifications'; interface PushNotificationToggleButtonProps extends Omit { config: PushNotificationConfig; } declare function PushNotificationToggleButton({ config, label, ...props }: PushNotificationToggleButtonProps): import("react/jsx-runtime").JSX.Element; export { PushNotificationToggleButton }; export type { PushNotificationToggleButtonProps }; //# sourceMappingURL=PushNotificationToggleButton.d.ts.map