export declare function getAssets(): {
    shape(params?: string): string | undefined;
    color(color?: string): string | undefined;
};
