interface Md2PosterFooterProps {
    children?: any;
    className?: string;
}
declare const Md2PosterFooter: ({ children, className }: Md2PosterFooterProps) => import("react/jsx-runtime").JSX.Element;
export type { Md2PosterFooterProps };
export default Md2PosterFooter;
