import { SpaceProps, WidthProps } from "styled-system"; import { SafeBorderProps } from "../Box"; export interface SeparatorProps extends SpaceProps, WidthProps, SafeBorderProps { } /** * A horizontal divider whose width and spacing can be adjusted */ export declare const Separator: import("styled-components/native/dist/types").IStyledComponentBase<"native", import("styled-components/native/dist/types").Substitute>, SeparatorProps>, SeparatorProps>>;