import { FC } from 'react';
export declare const Footer: FC<{
    onOK: () => void;
    visibleMirror: boolean;
}>;
