import React from "react";
export declare const FinderPanelLayoutContext: React.Context<{}>;
declare function FinderPanelLayoutProvider({ children, fixed }: any): import("react/jsx-runtime").JSX.Element;
declare namespace FinderPanelLayoutProvider {
    var defaultProps: {
        fixed: boolean;
    };
}
export default FinderPanelLayoutProvider;
//# sourceMappingURL=FinderPanelLayoutProvider.d.ts.map