export declare type FlexibleState = 'initial' | 'collapsed' | 'expanded' | 'transition'; export declare type FlexibleDirection = 'column' | 'row';