type CollapaseProps = { open?: boolean; onOpen?: Function; style?: any; children?: any; onEnd?: Function; classList?: any; class?: string; ref?: any; }; export declare function Collapase(props: CollapaseProps): import("solid-js").JSX.Element; export {};