export declare class FlipTileContent { /** * Controls the visibility of the content * * @internal */ contentVisible: boolean; render(): any; }