import React from 'react'; import { LayerProps } from '../Layer/types'; export interface SeparatorProps extends Omit { isAtBackgroundLevel?: boolean; } declare const Separator: React.ForwardRefExoticComponent & React.RefAttributes>; export { Separator };