import { DividerProps } from './interfaces'; export { DividerProps }; export default function Divider({ orientation, children, nativeAttributes, ...rest }: DividerProps): JSX.Element;