import type { ButtonBaseProps, InnerButtonProps, ToggleWrapperProps } from '@bonniernews/dn-design-system-web/components/button/button-types.ts'; export declare const InnerButton: ({ text, isIconButton, attributes, icon, loadingHtml }: InnerButtonProps) => import("preact").JSX.Element; export declare const ToggleWrapper: ({ selected, disabled, attributes, classes, onChild, offChild, loadingHtml, }: ToggleWrapperProps) => import("preact").JSX.Element; export declare const ButtonBase: ({ text, disabled, variant, size, fullWidth, mobileFullWidth, iconPosition, iconName, loading, type, href, classNames, attributes, forcePx, isIconButton, selected, isToggle, selectedIconName, selectedText, }: ButtonBaseProps) => import("preact").JSX.Element;