import { FC } from 'react';
declare const SwipeStar: FC<{
    width?: number;
    height?: number;
    bgColor?: string;
    strokeColor?: string;
}>;
export default SwipeStar;
//# sourceMappingURL=SwipeStar.d.ts.map