import React from 'react';
declare type Props = {
    filePath: string;
};
export declare const KsFileButtons: React.FC<Props>;
export {};
//# sourceMappingURL=file-buttons.d.ts.map