import React from 'react'; import { type SpiritDrawerProps } from '../../types'; declare const Drawer: { (props: SpiritDrawerProps): React.JSX.Element; spiritComponent: string; }; export default Drawer;