import { WithStyle } from '@medly-components/utils'; import { DrawerFooterProps } from './types'; import type { FC } from 'react'; export declare const Footer: FC & WithStyle;