export declare enum FlyoutSize { Auto = "auto", Small = "small", Medium = "medium", Large = "large", Full = "full" } export declare enum FlyoutState { OPEN = 0, CLOSED = 1 } export declare namespace Flyout { type EFlyoutSize = FlyoutSize; }