import React from 'react';
export declare type InstrumentProperties = {
    showBox?: boolean;
    size?: string;
};
declare const Instrument: React.MemoExoticComponent<(props: InstrumentProperties & {
    children?: React.ReactNode;
}) => JSX.Element>;
export default Instrument;
export declare const BoxStyle: React.CSSProperties;
