import type { CSSObject } from '@ant-design/cssinjs'; import type { UploadToken } from '.'; import type { GenerateStyle } from '../../theme/internal'; declare const genPictureStyle: GenerateStyle; declare const genPictureCardStyle: GenerateStyle; export { genPictureCardStyle, genPictureStyle };