import { FC } from "react";
import { ThemedSiderV2Props } from "./type";
export declare const ThemedSiderV2Menu: FC<{
    meta?: Record<string, unknown>;
}>;
export declare const ThemedSiderV2: FC<ThemedSiderV2Props>;
export default ThemedSiderV2;
//# sourceMappingURL=index.d.ts.map