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