import { UseCollapsibleProps } from './use-collapsible'; export declare const splitCollapsibleProps: (props: T) => [UseCollapsibleProps, Omit];