export type Props = {
    defaultMessage?: string;
    successMessage?: string;
    value?: string;
};
//# sourceMappingURL=types.d.ts.map