import './FooterIndicator.scss';
declare type Props = {
    indicatorText: string;
};
declare const FooterIndicator: ({ indicatorText }: Props) => JSX.Element;
export default FooterIndicator;
