import React from 'react';
import { DrawerContentProps } from './DrawerContent.types';
/**
 * DrawerContents are components used to show the main content of a drawer.
 */
declare const DrawerContent: React.FC<DrawerContentProps>;
export default DrawerContent;
