export interface OwnProps { icon: any; onClick?: () => void; } export declare type Props = OwnProps;