import { type StyledProps } from '@compiled/react'; import type { ComponentType, ClassAttributes, ButtonHTMLAttributes } from 'react'; export declare const TriggerButton: ComponentType & ButtonHTMLAttributes & StyledProps>;