import * as i0 from "@angular/core";
/**
* DropdownSeparator - Visual separator for dropdown menu sections
*
* @remarks
* A simple horizontal divider to separate groups of dropdown items.
*
* @example
* ```html
*
* Item 1
* Item 2
*
* Item 3
*
* ```
*/
export declare class DropdownSeparatorComponent {
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}