export declare class CustomCss { /** * Type of custom css */ type: 'link' | 'styles'; /** * Value of custom css */ value: string; }