import { default as React } from 'react';
import { ExampleComponentProps, ExampleKnobsProps } from 'utils/dev-example/index.cjs';
export declare const StatuskortExample: ({ boolValues, choiceValues, }: ExampleComponentProps) => React.JSX.Element;
export declare const statuskortExampleProps: ExampleKnobsProps;
