/// import { CSSProperties } from "@theia/core/shared/react"; declare type Props = { onClick?: Function; disabled?: boolean; style?: CSSProperties; hideHomeIcon?: boolean; }; declare function BackButton(props: Props): JSX.Element; export default BackButton; //# sourceMappingURL=BackButton.d.ts.map