import type { PanelSharedProps } from '../../interface'; export declare type QuarterPanelProps = {} & PanelSharedProps; declare function QuarterPanel(_props: QuarterPanelProps): JSX.Element; declare namespace QuarterPanel { var displayName: string; var inheritAttrs: boolean; } export default QuarterPanel;