import { BackgroundBoxProps } from '../../@types';
import { FunctionComponent } from 'react';
/** 背景框 */
declare const BackgroundBox: FunctionComponent<BackgroundBoxProps>;
export { BackgroundBox };
