interface refundOptionType { title: string; } export declare const RefundOption: import("react").NamedExoticComponent; export {};