import { PolymorphicComponent } from "../../polymorphic"; export declare const BLOCK_BACKGROUND_VARIANTS: readonly ["surface-default", "neutral-50", "neutral-50-top", "neutral-50-bottom", "sand-50"]; export type BlockBackgroundVariant = (typeof BLOCK_BACKGROUND_VARIANTS)[number]; export type BlockBackgroundProps = Readonly<{ variant?: BlockBackgroundVariant; }>; export declare const BlockBackground: PolymorphicComponent<"section", BlockBackgroundProps>; //# sourceMappingURL=BlockBackground.d.ts.map