export interface IDividerProps {
    /**
     * The variant to use.
     *
     * @default "fullWidth"
     * @type "fullWidth" | "inset" | "middle"
     */
    variant?: 'fullWidth' | 'inset' | 'middle';
}
