import * as React from 'react'; export declare const PopulatedFooter: React.FC<{ text?: string; className?: string; style?: React.CSSProperties; }>;