import * as React from 'react';
import { BlockProps } from './BlockProps';
export declare const AbsoluteLayerBlock: React.FC<BlockProps>;
