/// import type { PanelSharedProps } from '../../interface'; export declare type QuarterPanelProps = {} & PanelSharedProps; declare function QuarterPanel(props: QuarterPanelProps): JSX.Element; export default QuarterPanel;