/// export interface MenuDividerProps { color?: string; } export declare function MenuDivider({ color }: MenuDividerProps): JSX.Element;