import React from 'react'; import { FlintCommandSeparator as FlintCommandSeparatorElement } from '@getufy/flint-ui/command/flint-command'; /** * A hairline separator between command groups. */ export interface FlintCommandSeparatorProps extends React.HTMLAttributes { } export declare const FlintCommandSeparator: React.ForwardRefExoticComponent>;