import { Meta, StoryObj } from '@storybook/react';
import { AsideBrandLayoutRoot } from './AsideBrandLayout';
declare const meta: Meta<typeof AsideBrandLayoutRoot>;
export default meta;
type Story = StoryObj<typeof AsideBrandLayoutRoot>;
/**
 * Basic structure of the aside brand layout.
 */
export declare const Simple: Story;
/**
 * Branded layout example with Stanford logo and your application name.
 */
export declare const Branded: Story;
/**
 * Gradient-filled aside.
 */
export declare const GradientAside: Story;
/**
 * Image-filled aside.
 */
export declare const ImageAside: Story;
