import React from 'react'; declare const DSSideNav: { ({ containerProps, title, onClose, menuItems, bottomMenuItems }: { containerProps?: {} | undefined; title: any; onClose?: ((...args: any[]) => void) | undefined; menuItems?: never[] | undefined; bottomMenuItems?: never[] | undefined; }): React.JSX.Element; displayName: string; }; declare const DSSideNavWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{ containerProps?: {} | undefined; title: any; onClose?: ((...args: any[]) => void) | undefined; menuItems?: never[] | undefined; bottomMenuItems?: never[] | undefined; }>; export { DSSideNav, DSSideNavWithSchema };