import React from 'react';
export interface CaptionProps {
    /** The content to use as a graph label or timestamp */
    children?: React.ReactNode;
}
/**
 * @deprecated The Caption component will be removed in the next
 * major version. Use the Text component instead. See the
 * Polaris component guide on how to use Text.
 *
 * https://polaris.shopify.com/components/text
 */
export declare function Caption({ children }: CaptionProps): JSX.Element;
//# sourceMappingURL=Caption.d.ts.map