import { FC } from "react";
interface OptionContentProps {
    imageUrl?: string | string[];
    color?: string;
    textColor?: string;
    name: string;
    additionalInfo?: string;
}
export declare const OptionContent: FC<OptionContentProps>;
export {};
//# sourceMappingURL=OptionContent.d.ts.map