declare class Theme { fontName: string; css: string; homeSliderAnimate?: SliderAnimate; } export declare class Customtheme { theme: Theme; } export interface SliderAnimate { animateIn: string; animateOut: string; } export {};