import React from 'react'; import type { IPaper } from './types'; export declare const Paper: ({ children, style, tabIndex, onClick, onKeyDown }: IPaper) => React.JSX.Element;