import { SVGTemplateResult } from 'lit'; export declare enum PropellerType { none = "none", cap = "cap", single = "single" } export declare function topPropeller(height: number, arrowColor: string, type: PropellerType): SVGTemplateResult | null; export declare function bottomPropeller(height: number, type: PropellerType): SVGTemplateResult | null; //# sourceMappingURL=propeller.d.ts.map