/**
 * @file index.tsx
 *
 * @fileoverview Presents the form elements inside the component library styleguide.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
};
export default _default;
export declare const SelectableBox: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: ({ buttonId, selected, onClick, icon, iconTitle, color, children }: import(".").BoxSelectableProps) => JSX.Element;
        };
    };
};
