import { FilePickerStorageProviderContext, ILayoutFileContext, LayoutContextType } from "../models";
export declare class LayoutFileContext implements ILayoutFileContext {
    default: FilePickerStorageProviderContext;
    getContextByType: (type: new () => LayoutContextType) => FilePickerStorageProviderContext;
}
