import { Shape } from '../utils/types'; export declare const getButtonShape: (shape: Shape) => string; export declare const trimButtonText: (text: string, limit?: number) => string;