/** * External dependencies */ import type { Interpolation, ThemedStyledProps } from 'styled-components'; /** * Internal dependencies */ import type { Theme } from '../theme'; export type StyleOverride = Interpolation>; //# sourceMappingURL=theme.d.ts.map