import React from 'react'; import { CardProps } from 'antd/lib/card'; export declare type PageCoreProps = { extra?: React.ReactElement; title?: string; cardProps?: CardProps; }; export declare const PageCore: React.FunctionComponent;