import type { FC, DetailedHTMLProps, HTMLAttributes } from 'react';
export interface PharosTabPanelProps extends DetailedHTMLProps, HTMLElement> {
/**
* Indicates if the panel is selected.
*/
selected?: boolean;
}
export declare const PharosTabPanel: FC;
//# sourceMappingURL=pharos-tab-panel.d.ts.map