import React from 'react'; export declare const DRAWER_FOOTER_CLASSNAME = "drawer__footer"; interface Props extends React.HTMLAttributes { children: React.ReactNode; } declare const DrawerFooter: React.ForwardRefExoticComponent>; export default DrawerFooter;