import type { SVGProps } from "react"; export interface CapsuleIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function CapsuleIcon({ className, size, color, ...props }: CapsuleIconProps): import("react").JSX.Element; //# sourceMappingURL=capsule-icon.d.ts.map