export type XBalloonTypes = { children: string; full?: boolean; primary?: boolean; success?: boolean; warning?: boolean; error?: boolean; disabled?: boolean; }; export default XBalloonTypes;