/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Reveal: {
    ({ as, className, animated, small, image, circular, active, instant, disabled, content, children, ...props }: import("./type").RevealProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
    Content: {
        ({ as, className, visible, hidden, content, children, ...props }: import("./type").RevealContentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
};
export default Reveal;
