/**
 * The orientation options for the <a href="/layout/card">NeonCard</a> & <a href="/user-input/toggle">radio button</a>
 * components.
 */
export declare enum NeonOrientation {
    /** Vertical orientation with content flowing down the page */
    Vertical = "vertical",
    /** Horizontal orientation with content flowing across the page */
    Horizontal = "horizontal"
}
