import { CSSProperties } from 'react'; import { currentNumberConfig, NameConfig, NumberConfig } from '../type'; export declare function getCardContainStyle(css: { [key: string]: CSSProperties; }, config: NumberConfig | currentNumberConfig | NameConfig, cssNames: { [key: string]: string; }, show: { [key: string]: boolean; }, type?: string): void;