import React from "react"; import { FlexProps } from "../Flex"; import { ItemProps } from "../Item"; export type SideModuleProps = FlexProps; export type SideModuleItemProps = ItemProps; export declare const SideModuleSection: React.ForwardRefExoticComponent, "height" | "width"> & import("../..").TextColorVariantProps & React.RefAttributes> & { Title: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & { asChild?: boolean; } & import("tailwind-variants").VariantProps>> & import("../..").TextColorVariantProps & React.RefAttributes, "ref"> & React.RefAttributes>; }; export declare const SideModule: React.ForwardRefExoticComponent, "height" | "width"> & import("../..").TextColorVariantProps & React.RefAttributes> & { Section: React.ForwardRefExoticComponent, "height" | "width"> & import("../..").TextColorVariantProps & React.RefAttributes> & { Title: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & { asChild?: boolean; } & import("tailwind-variants").VariantProps>> & import("../..").TextColorVariantProps & React.RefAttributes, "ref"> & React.RefAttributes>; }; }; //# sourceMappingURL=SideModule.d.ts.map