export declare const getChatBubbleSquarePath: ({ width, height, }: { width: number; height: number; }) => string; export declare const getChatBubbleRoundPath: ({ width, height, }: { width: number; height: number; }) => string; //# sourceMappingURL=getChatBubblePath.d.ts.map