/**
 * @author Timur Kuzhagaliyev <tim.kuzh@gmail.com>
 * @copyright 2020
 * @license MIT
 */
import React from 'react';
export interface ChonkyPresentationLayerProps {
    children?: React.ReactNode;
}
export declare const ChonkyPresentationLayer: React.FC<ChonkyPresentationLayerProps>;
