export interface IProps { onPress: () => void; } export declare const MockRequestButton: (props: IProps) => JSX.Element;