import { PromotionPieceOption } from "../types"; type Props = { option: PromotionPieceOption; }; export declare function PromotionOption({ option }: Props): import("react/jsx-runtime").JSX.Element; export {};