import { ValuesOf } from "@microsoft/fast-foundation"; /** * @public * The size variations for the teaching bubble component. */ export declare const TeachingBubbleSize: { readonly small: "small"; readonly medium: "medium"; readonly large: "large"; }; /** * @public * The size types for the teaching bubble component. */ export declare type TeachingBubbleSize = ValuesOf; export declare const TeachingBubblePlacement: { readonly top: "top"; readonly bottom: "bottom"; readonly left: "left"; readonly right: "right"; readonly topStart: "top-start"; readonly topEnd: "top-end"; readonly bottomStart: "bottom-start"; readonly bottomEnd: "bottom-end"; readonly leftStart: "left-start"; readonly leftEnd: "left-end"; readonly rightStart: "right-start"; readonly rightEnd: "right-end"; }; export declare type TeachingBubblePlacement = ValuesOf; //# sourceMappingURL=teaching-bubble.options.d.ts.map