export declare const Expandable: {
    (props: any): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
