/**
 * @file index.tsx
 *
 * @fileoverview Display the icons within the component library.
 */
/// <reference types="styled-components" />
import React from 'react';
declare const _default: {
    title: string;
    parameters: {
        component: React.ForwardRefExoticComponent<Pick<import("../../../icons/Envelope").Props, "title" | "color" | "width" | "height"> & {
            theme?: any;
        }>;
    };
};
export default _default;
export declare const DefaultIcon: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const IllustrationIcon: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
