///
export declare const Block: import("react").ForwardRefExoticComponent<{
color?: "background" | "foreground" | "accent" | undefined;
variant?: "flat" | "shadow" | undefined;
paddingLess?: boolean | undefined;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "color" | "variant" | "paddingLess"> & import("react").RefAttributes>;
//# sourceMappingURL=Block.d.ts.map