import SkinProps from './SkinProps'; export interface WhiteTheme { activeNotchColor?: string; defaultNotchColor?: string; activeTextColor?: string; defaultTextColor?: string; } export default function White(props: SkinProps): JSX.Element; //# sourceMappingURL=White.d.ts.map