import { RenderContext, Svg, SvgProperties, SvgOutProperties, InProperties, WithSignal } from '@pmndrs/uikit'; export declare class ImagePlayIcon extends Svg { constructor(inputProperties?: InProperties, initialClasses?: Array, config?: { renderContext?: RenderContext; defaultOverrides?: InProperties; defaults?: WithSignal; }); } export declare const ImagePlay: typeof ImagePlayIcon;