export declare const ARTWORK_SIZES: {
    readonly SMALL: "SMALL";
    readonly MEDIUM: "MEDIUM";
    readonly LARGE: "LARGE";
};
export declare const SHAPE: {
    readonly DEFAULT: "DEFAULT";
    readonly ROUND: "ROUND";
};
