import * as React from 'react'; export declare const Freeze: React.FunctionComponent<{ enabled?: boolean; }>; export default Freeze;