import * as React from 'react'; interface CheckboxExampleState { isLillaChecked: boolean; isLongtextChecked: boolean; isBlueChecked: boolean; isBoxedChecked: boolean; isHjelpetriggerChecked: boolean; isHjelpVisible: boolean; } export declare class CheckboxExample extends React.Component<{}, CheckboxExampleState> { constructor(props: {}); handleLillaChange: () => void; handleLongtextChange: () => void; handleBlueChange: () => void; handleBoxedChange: () => void; handleHjelpetriggerChange: () => void; handleVisHjelp: () => void; render(): JSX.Element; } export default CheckboxExample; //# sourceMappingURL=example.d.ts.map