/**
 * @file index.tsx
 *
 * @fileoverview Display the color scheme within the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
};
export default _default;
export declare const ColorPallette: ({ theme }: {
    theme: any;
}) => JSX.Element;
