export interface OwnProps { title: string; subtitle: string; color: string; } export declare type Props = OwnProps;