import type { RefineThemedLayoutV2SiderProps } from "@refinedev/ui-types";
export type ThemedSiderV2Props = RefineThemedLayoutV2SiderProps & {
    className?: string;
};
//# sourceMappingURL=type.d.ts.map