declare const meta: {
    title: string;
    component: ({ className, ...props }: React.ComponentProps<typeof import('react-resizable-panels').PanelGroup>) => import("react/jsx-runtime").JSX.Element;
    tags: string[];
    argTypes: {};
};
export default meta;
export declare const Base: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {};
};
