import { RoundedSizesElastic } from '../../types'; export interface DirectionHoverTheme { base: string; overlay: string; background: { wrapper: string; image: string; }; children: string; rounded: RoundedSizesElastic; } export declare const directionHoverTheme: DirectionHoverTheme; //# sourceMappingURL=theme.d.ts.map