- );
-};
-
-export default DialogVariantProperty;
diff --git a/src/components/previews/properties/VariantProperty.tsx b/src/components/previews/properties/VariantProperty.tsx
index 470b8d7f31..84941c9854 100644
--- a/src/components/previews/properties/VariantProperty.tsx
+++ b/src/components/previews/properties/VariantProperty.tsx
@@ -3,6 +3,7 @@ import React from 'react';
export const variantButtonOptions = ['normal', 'primary', 'secondary', 'tertiary', 'danger', 'ghost'];
export const variantLinkOptions = ['normal', 'small'];
+export const variantDialogOptions = ['card', 'blank'];
const VariantProperty = (props: {
label: string;
diff --git a/src/components/previews/properties/index.ts b/src/components/previews/properties/index.ts
index 3091afc275..d5088083f8 100644
--- a/src/components/previews/properties/index.ts
+++ b/src/components/previews/properties/index.ts
@@ -6,7 +6,6 @@ export { default as BoundedNumberProperty } from './BoundedNumberProperty';
export { default as VariantProperty } from './VariantProperty';
export { default as ClampedNumberProperty } from './ClampedNumberProperty';
export { default as CustomCssProperty } from './CustomCssProperty';
-export { default as DialogVariantProperty } from './DialogVariantProperty';
export { default as IconsProperty } from './IconsProperty';
export { default as LevelProperty } from './LevelProperty';
export { default as LinksProperty } from './LinksProperty';