import React from 'react';
declare type FreezeProps = {
    frame: number;
    children: React.ReactNode;
};
declare const Freeze: React.FC<FreezeProps>;
export { Freeze };
