import React from 'react';
import type { ISiderProps } from './typings/ISiderProps.type';
export type { ISiderProps };
/**
 * @public
 */
declare const Sider: React.FC<ISiderProps>;
export default Sider;
