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