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