import { ShapeComponent as SC } from '../../runtime';
export type HollowTriangleDownOptions = Record<string, any>;
/**
 * ▽
 */
export declare const HollowTriangleDown: SC<HollowTriangleDownOptions>;
