/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * A divider component is used to separate components with a line.
 */
export interface DividerComponent {
    /** A unique identifier for the component. */
    id?: string;
    /** Disables a component's margin-bottom of 10px. */
    bottom_margin?: "none";
}
