import * as React from 'react'; import { UseRadioState } from '../..'; import { PCRSwitchProps } from '../../typings/PCRSwitchProps'; import { UseCheckboxState } from '../checkbox/Checkbox'; export declare type SwitchProps = PCRSwitchProps; export declare const Switch: React.ForwardRefExoticComponent, "color" | "animation" | "type" | "variation"> & { shape?: ("fill" | "slim") | undefined; color?: import("../../typings/PCRCommonProps").Colors | undefined; animation?: undefined; type?: "checkbox" | "radio" | undefined; iconType?: undefined; } & React.RefAttributes>; //# sourceMappingURL=Switch.d.ts.map