import { type FunctionComponent } from 'react'; import { type BoxProps } from '../Box/Box'; import { type TextProps } from '../Text/Text'; export interface TextBubbleProps extends Omit { label: string; rawNumbers?: boolean; textColour?: TextProps['colour']; } export declare const TextBubble: FunctionComponent; //# sourceMappingURL=TextBubble.d.ts.map