/**
* html/main — variant-styled primitive.
*/
import { type HTMLAttributes } from "react";
import { type VariantProps } from "class-variance-authority";
declare const mainVariants: (props?: ({
variant?: "content" | "app" | "page" | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
export type MainProps = HTMLAttributes & VariantProps;
export declare const Main: import("react").ForwardRefExoticComponent & VariantProps<(props?: ({
variant?: "content" | "app" | "page" | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & import("react").RefAttributes>;
export {};
//# sourceMappingURL=main.d.ts.map