import React from 'react';
export interface DrawerContentProps {
    /**
     * The children of the component.
     */
    children: React.ReactNode;
}
