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