export interface ContainerScrollTheme { base: string; container: string; header: string; device: string; screen: string; } export declare const containerScrollTheme: ContainerScrollTheme; //# sourceMappingURL=theme.d.ts.map