import type { FC } from 'react'; interface IndentButtonProps { type: 'indent' | 'unindent'; osx: boolean; } declare const IndentButton: FC; export default IndentButton; //# sourceMappingURL=IndentButton.d.ts.map