/// <reference types="react" />
import { PanelProps } from './Tabs.types';
import { IrisProps } from '../../utils';
export declare function Panel({ children, active, onActivate, // deprecated!
onOpen, ...props }: IrisProps<PanelProps>): JSX.Element;
