import React from 'react';
import './style.scss';
import { SideDrawerV2Props } from '../../types';
declare const SideDrawerV2: React.FC<SideDrawerV2Props>;
export default SideDrawerV2;
