import { Component } from 'react'; export declare class SelectableListItem extends Component<{ children?: any; className?: any; disabled?: any; checked?: any; isFocused?: any; showIcons?: any; prepend?: any; append?: any; }> { static defaultProps: { showIcons: boolean; }; constructor(props: any); render(): JSX.Element; }