import React from 'react'; import { InteractiveProps } from '../Interactive'; import { PaneTitleRowParentProps } from '../PaneTitleRow'; export declare type SizablePaneProps = Partial & PaneTitleRowParentProps & { total?: number; index?: number; parentSize?: number; flex?: number; collapsed?: boolean; }; export declare const SizablePane: React.MemoExoticComponent<({ children, resizable, flex, collapsed, ...props }: SizablePaneProps) => any>; //# sourceMappingURL=SizablePane.d.ts.map