import { t as MdBase } from "./types-CftzBxkU.js"; import { UGUIElements } from "@reactunity/renderer/ugui"; //#region src/accordion/index.d.ts type ViewProps = UGUIElements['view']; type Props = ViewProps & MdBase; declare function _Accordion({ children, className, elevation, ...props }: Props): import("@reactunity/renderer/ugui").JSX.Element; declare function _Summary({ className, ...props }: ViewProps): import("@reactunity/renderer/ugui").JSX.Element; declare function _Content({ className, ...props }: ViewProps): import("@reactunity/renderer/ugui").JSX.Element; type AccordionType = typeof _Accordion & { Summary: typeof _Summary; Content: typeof _Content; }; declare const Accordion: AccordionType; //#endregion export { Accordion as t }; //# sourceMappingURL=index-5oR6d4bp.d.ts.map