import { ButtonFlyoutInflater } from "./buttonFlyoutInflater"; import { LabelFlyoutInflater } from "./labelFlyoutInflater"; import { MultiFlyoutRecyclableBlockInflater } from "./blockInflater"; export * from "./cachingFlyout"; export { ButtonFlyoutInflater, LabelFlyoutInflater, MultiFlyoutRecyclableBlockInflater }; export declare function registerFlyoutInflaters(): void;