import { CardProps } from '@sanity/ui';
import React from 'react';
/**
 * @beta This API will change. DO NOT USE IN PRODUCTION.
 */
export interface PaneLayoutProps {
    minWidth?: number;
    onCollapse?: () => void;
    onExpand?: () => void;
}
/**
 * @beta This API will change. DO NOT USE IN PRODUCTION.
 */
export declare function PaneLayout(props: PaneLayoutProps & CardProps & Omit<React.HTMLProps<HTMLDivElement>, 'as' | 'height' | 'ref' | 'wrap'>): React.JSX.Element;
//# sourceMappingURL=PaneLayout.d.ts.map