import React from 'react';
import { LeadGenIconProps } from "./";
declare const Star: ({ className, style }: LeadGenIconProps) => React.JSX.Element;
export default Star;
