import React from "react";
import { ILSiderProps } from "./IProps";
declare const LSider: React.FC<ILSiderProps>;
export default LSider;
