import * as React from 'react'; export interface MenuFooterProps extends React.HTMLProps { /** Content rendered inside the footer */ children?: React.ReactNode; /** Additional classes added to the footer */ className?: string; } export declare const MenuFooter: React.FunctionComponent; //# sourceMappingURL=MenuFooter.d.ts.map