/**
 * @file index.tsx
 *
 * @fileoverview Story to display the chip inside the component library
 * styleguide.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
};
export default _default;
export declare const DefaultChip: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: {
                ({ chipStyle, chipId, children, removable, onRemove }: import(".").ChipProps): JSX.Element;
                defaultProps: {
                    chipStyle: string;
                    theme: any;
                    removable: boolean;
                };
            };
        };
    };
};
