export interface IconProps { size?: number; color?: string; strokeWidth?: number; strokeLineCap?: string; strokeLineJoin?: string; class?: string; } export declare const IconContext: import("@builder.io/qwik").ContextId; export declare const defaultIconProps: IconProps;