import React from 'react'; interface IProps { } export declare const Sample: React.FunctionComponent; export {};