import type React from 'react';
import type { PropsWithChildren } from 'react';
export declare const StickyFooter: React.FC<PropsWithChildren>;
