import { FC } from 'react'; import { ZExpandPanelPropsType } from './Types'; export declare const ZExpandPanel: FC;