export default function Example() {
  return (
    <AlertBanner.Root shadow variant="information">
      <AlertBanner.Content>Information</AlertBanner.Content>
    </AlertBanner.Root>
  );
}