import type { IHeartSwitchProps } from './types'; export declare const HeartSwitch: ({ size, duration, inactiveFillColor, inactiveStrokeColor, fillColor, strokeColor, circleColor, checked, onChange, disabled, disabledCircleColor, disabledFillColor, disabledStrokeColor, initialAnimation, containerProps, buttonProps, circleProps, }: IHeartSwitchProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map