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