import React from 'react'; export interface AttributePanelProps { } export declare function AttributePanel(): React.JSX.Element | null;