export type ErrorProps = {
    CustomError?: React.ReactNode;
    alignCaret?: 'center' | 'left' | 'right';
    message?: string;
    path?: string;
    showError?: boolean;
};
//# sourceMappingURL=Error.d.ts.map