import type React from 'react';
import type { FCWithSlotMarker } from '../utils/types/Slots';
export type ActionListDividerProps = {
    className?: string;
    style?: React.CSSProperties;
};
/**
 * Visually separates `Items` or `Groups` in an `ActionList`.
 */
export declare const Divider: FCWithSlotMarker<React.PropsWithChildren<ActionListDividerProps>>;
//# sourceMappingURL=Divider.d.ts.map