import React from 'react';
export declare type ExpandProps = {
    isExpanded?: boolean;
    delay?: number;
};
declare const Expand: React.FC<React.PropsWithChildren<ExpandProps>>;
export default Expand;
