import type { ArtworkSizes } from './types'; export declare function artworkSizeToValue(artworkSize: ArtworkSizes, isSublist: boolean): 16 | 24 | 36;