import * as React from "react"; interface SeparatorProps { color?: string; thickness?: number; margin?: string | number; label?: string | null; alignment?: "left" | "center" | "right"; } export declare const Separator: React.FC; interface FieldSeparatorProps { field: { color?: string; thickness?: number; margin?: string | number; label?: string; alignment?: "left" | "center" | "right"; }; t: (text: string) => string; } declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=Separator.d.ts.map