export declare const omitInheritStoryProps: string[]; /** * Auto-props bookkeeping, which is not story state. * * `_hPropState` is keyed by a component's index *within one variant*, so it only * means anything next to the `_hPropDefs` it was recorded against. Sharing * either across variants cannot be right, and doing so made one variant's * control edit reach every other variant in the story (#473). */ export declare const autoPropsStateKeys: string[];